wayland: change wl_log level to G_LOG_LEVEL_DEBUG
authorRay Strode <rstrode@redhat.com>
Fri, 14 Aug 2015 15:03:43 +0000 (11:03 -0400)
committerRay Strode <rstrode@redhat.com>
Fri, 14 Aug 2015 15:06:48 +0000 (11:06 -0400)
commitf4d2022d46e16e1fdec8ca9b107a9870155832bf
tree6bc1664a122eaae91cb186dc988363f67e289022
parent35489f5d31b20a390b45803d760f965391d0b57f
wayland: change wl_log level to G_LOG_LEVEL_DEBUG

wl_log() currently logs using G_LOG_LEVEL_ERROR
(which is fatal). The wayland client library doesn't
expect this behavior. It uses wl_log to log recoverable
errors.

This commit changes the log level to G_LOG_LEVEL_DEBUG
instead.

https://bugzilla.gnome.org/show_bug.cgi?id=753635
gdk/wayland/gdkdisplay-wayland.c